Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService

Documentation

Manages MongoDB repositories.

Implementation

Class: org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService

Services

Extension Points

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService"
  version="1.0.0">

  <require>org.nuxeo.ecm.core.storage.dbs.DBSRepositoryService
  </require>

  <documentation>
    Manages MongoDB repositories.
  </documentation>

  <implementation
    class="org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService" />

  <service>
    <provide
      interface="org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService" />
  </service>

  <extension-point name="repository">
    <documentation>
      Extension points to register MongoDB repositories. The repository will ask for a MongoDB access to
      MongoDBConnectionService with id 'repository/[repositoryName]'.

      Example:
      <code>
        <repository name="default" label="MongoDB Repository" isDefault="true">
          <fulltext disabled="false"/>
        </repository>
      </code>
    </documentation>
    <object class="org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryDescriptor" />
  </extension-point>

</component>